From: Richard M. Stallman Date: Tue, 26 Aug 1997 22:41:06 +0000 (+0000) Subject: (decode_mode_spec): For %Z and %z, put keyboard and X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79513 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d30e754bc5eac07e2c74412a4f0e373c7af3e44b;p=emacs.git (decode_mode_spec): For %Z and %z, put keyboard and terminal coding systems into modeline on MSDOS frames as well. --- diff --git a/src/xdisp.c b/src/xdisp.c index 2c872069108..48115508823 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -4498,7 +4498,7 @@ decode_mode_spec (w, c, spec_width, maxwidth) int eol_flag = (c == 'Z'); char *p = decode_mode_spec_buf; - if (FRAME_TERMCAP_P (f)) + if (! FRAME_WINDOW_P (f)) { /* No need to mention EOL here--the terminal never needs to do EOL conversion. */